home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kaena - La Prophetie
/
Kaena - La Prophetie by Studio Xilam.iso
/
pc
/
FLASH
/
folder_progress.swf
/
scripts
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-04
|
246 b
|
10 lines
total_bytes = getBytesTotal();
loaded_bytes = getBytesLoaded();
remaining_bytes = total_bytes - loaded_bytes;
percent_done = int(loaded_bytes / total_bytes * 100);
bar.gotoAndStop(percent_done);
ifFrameLoaded(149)
{
gotoAndPlay(5);
}